I've updated my website configuration in github. I updated Dockerfile to include debian based build. Now testing and deployment is easier.
make build
make run
and then open http://localhost:4000 to test new blog post. When ready to deploy,
make deploy